home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 February
/
EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso
/
earcd
/
patches
/
ip20t21a.lha
/
IFX20to21a_Patch
/
Patches2.lha
/
Rexx
/
AutoFX
/
Load_Region.ifx
< prev
next >
Wrap
Text File
|
1995-02-13
|
547b
|
28 lines
/*
* Load_Region.ifx
* Written by Thomas Krehbiel
*
* Load a region mask from disk.
*
* Inputs:
* Word(Arg(1),1) = Frame number (1 - N)
* Word(Arg(1),2) = Main filename ("-" if not specified)
* Word(Arg(1),3) = Swap filename ("-" if not specified)
* Word(Arg(1),4) = Sequence number (?)
* Word(Arg(1),5) = Total number of frames (N)
*
* Returns:
* 0 if successful, non-zero on failure
*
*/
OPTIONS RESULTS
base = 'Autofx_LoadRegion_'
filename = GETCLIP(base||'Name')
LoadMask '"'filename'"'
Region Free
EXIT